DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class
Members

In This Topic
    C1CollectionViewSource<T> Class
    In This Topic
    This class is the bridge between UIKit.UICollectionView and C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features.
    Object Model
    C1CollectionViewSource<T> Class
    Syntax
    'Declaration
     
    Public Class C1CollectionViewSource(Of T As Class) 
       Inherits UIKit.UICollectionViewSource
       Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUICollectionViewDataSource, UIKit.IUICollectionViewDelegate, UIKit.IUICollectionViewSource, UIKit.IUIScrollViewDelegate 
    public class C1CollectionViewSource<T> : UIKit.UICollectionViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUICollectionViewDataSource, UIKit.IUICollectionViewDelegate, UIKit.IUICollectionViewSource, UIKit.IUIScrollViewDelegate  
    where T: class
    Type Parameters
    T
    Remarks
    Inherit this class and implement GetItemCell to set the cell appearance as you wish.
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UICollectionViewSource
             C1.iOS.DataCollection.C1CollectionViewSource<T>

    See Also